From a354518d21c9529420a7677072d6d0566f1abe5f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 6 Mar 1993 02:59:13 +0000 Subject: [PATCH] (check_protected_fields): Variable deleted. (syms_of_buffer): Delete vars buffer-field-list and check-protected-fields. --- src/buffer.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/buffer.c b/src/buffer.c index a1e1c063f65..1b510b24651 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -97,10 +97,6 @@ static Lisp_Object Vbuffer_local_symbols; buffer_slot_type_mismatch will signal an error. */ struct buffer buffer_local_types; -/* Nonzero means don't allow modification of protected fields. */ - -int check_protected_fields; - Lisp_Object Fset_buffer (); void set_buffer_internal (); @@ -1624,14 +1620,6 @@ The remaining five elements are ropes that control the display of\n\ If this variable is nil, the value of `standard-display-table' is used.\n\ Each window can have its own, overriding display table."); - DEFVAR_PER_BUFFER ("buffer-field-list", ¤t_buffer->fieldlist, Qnil, - "List of fields in the current buffer. See `add-field'."); - - DEFVAR_BOOL ("check-protected-fields", &check_protected_fields, - "Non-nil means don't allow modification of a protected field.\n\ -See `add-field'."); - check_protected_fields = 0; - /*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol, "Don't ask."); */ -- 2.30.2